home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / super_ka.swf / scripts / DefineButton2_1068 / BUTTONCONDACTION on(release, keyPress 4).as
Encoding:
Text File  |  2011-06-09  |  146 b   |  6 lines

  1. on(release, keyPress "4"){
  2.    _root.game.totalTimes += 20;
  3.    _root.below_mask.timeShow = _root.game.totalTimes;
  4.    btn4._visible = false;
  5. }
  6.